home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 118 / MacAddict 118 2006-06.toast / Software / Productivity / DayChaser 2.0 (demo).dmg / DayChaser.app / Contents / Info.plist next >
Extensible Markup Language  |  2006-03-16  |  3KB  |  112 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>daycal</string>
  13.             </array>
  14.             <key>CFBundleTypeIconFile</key>
  15.             <string>Document.icns</string>
  16.             <key>CFBundleTypeName</key>
  17.             <string>DayChaser Calendar</string>
  18.             <key>CFBundleTypeOSTypes</key>
  19.             <array>
  20.                 <string>eDay</string>
  21.             </array>
  22.             <key>CFBundleTypeRole</key>
  23.             <string>Editor</string>
  24.             <key>LSItemContentTypes</key>
  25.             <array>
  26.                 <string>com.econtechnologies.daychaser.document.calendar</string>
  27.             </array>
  28.             <key>NSDocumentClass</key>
  29.             <string>CalendarDocument</string>
  30.         </dict>
  31.         <dict>
  32.             <key>CFBundleTypeExtensions</key>
  33.             <array>
  34.                 <string>preferencePane</string>
  35.             </array>
  36.             <key>CFBundleTypeName</key>
  37.             <string>Preference Pane</string>
  38.             <key>CFBundleTypeRole</key>
  39.             <string>None</string>
  40.             <key>LSTypeIsPackage</key>
  41.             <true/>
  42.         </dict>
  43.     </array>
  44.     <key>CFBundleExecutable</key>
  45.     <string>DayChaser</string>
  46.     <key>CFBundleGetInfoString</key>
  47.     <string>Verson 2.0.0</string>
  48.     <key>CFBundleHelpBookFolder</key>
  49.     <string>DayChaser_Help_v2.0</string>
  50.     <key>CFBundleHelpBookName</key>
  51.     <string>DayChaser Help Center</string>
  52.     <key>CFBundleIconFile</key>
  53.     <string>Application.icns</string>
  54.     <key>CFBundleIdentifier</key>
  55.     <string>com.econtechnologies.daychaser</string>
  56.     <key>CFBundleInfoDictionaryVersion</key>
  57.     <string>6.0</string>
  58.     <key>CFBundleName</key>
  59.     <string>DayChaser</string>
  60.     <key>CFBundlePackageType</key>
  61.     <string>APPL</string>
  62.     <key>CFBundleShortVersionString</key>
  63.     <string>2.0.0</string>
  64.     <key>CFBundleSignature</key>
  65.     <string>eDYc</string>
  66.     <key>CFBundleVersion</key>
  67.     <string>2.0.0</string>
  68.     <key>NSMainNibFile</key>
  69.     <string>MainMenu</string>
  70.     <key>NSPrincipalClass</key>
  71.     <string>NSApplication</string>
  72.     <key>NSServices</key>
  73.     <array>
  74.         <dict>
  75.             <key>NSMenuItem</key>
  76.             <dict>
  77.                 <key>default</key>
  78.                 <string>DayChaser/Add Calendar Entry...</string>
  79.             </dict>
  80.             <key>NSMessage</key>
  81.             <string>addToCalendarService</string>
  82.             <key>NSPortName</key>
  83.             <string>DayChaser</string>
  84.             <key>NSSendTypes</key>
  85.             <array>
  86.                 <string>NSStringPboardType</string>
  87.             </array>
  88.         </dict>
  89.     </array>
  90.     <key>UTExportedTypeDeclarations</key>
  91.     <array>
  92.         <dict>
  93.             <key>UTTypeConformsTo</key>
  94.             <array>
  95.                 <string>public.data</string>
  96.             </array>
  97.             <key>UTTypeDescription</key>
  98.             <string>DayChaser Calendar Document</string>
  99.             <key>UTTypeIdentifier</key>
  100.             <string>com.econtechnologies.daychaser.document.calendar</string>
  101.             <key>UTTypeTagSpecification</key>
  102.             <dict>
  103.                 <key>public.filename-extension</key>
  104.                 <array>
  105.                     <string>daycal</string>
  106.                 </array>
  107.             </dict>
  108.         </dict>
  109.     </array>
  110. </dict>
  111. </plist>
  112.